Git Integration
Description
Git Integration in Orchestra Web Designer enables users to perform version control operations directly within the application, without relying on external Git clients. It connects the workspace to a Git repository, allowing users to manage branching, commits, synchronization, and history directly from within Orchestra Web Designer.
Git Setting
The Git Setting dialog defines the connection and authentication details for the linked repository.
It can be accessed from any tab that supports Git operations.
All fields marked with * are required.
| Field | Description |
|---|---|
| Remote URL* | The remote repository address (HTTPS or SSH). |
| Username* | Username associated with the remote repository. |
| Email* | Email address used for commit attribution. |
| Credential Type | Authentication method (password, token, or SSH key). |
| Username / Password* | Credentials for basic authentication. |
| Save | Saves the configuration for the current workspace. |
Components
- Versioning: Handles local change management within the workspace, including staging, committing, and synchronizing updates with the remote repository.
- Branches: Provides branch/tag control, allowing creation, switching, merging, rebasing, and synchronization with remote references.
- History: Displays and manages the repository’s commit history, supporting revert, cherry-pick, and reset operations.